AliRTC2.5/Windows/Qt Demo/logindlg.ui (263 lines of code) (raw):

<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>LoginDlg</class> <widget class="QWidget" name="LoginDlg"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>536</width> <height>401</height> </rect> </property> <property name="windowTitle"> <string>登录</string> </property> <property name="windowIcon"> <iconset resource="source.qrc"> <normaloff>:/source/LOGO.ico</normaloff>:/source/LOGO.ico</iconset> </property> <layout class="QGridLayout" name="gridLayout"> <item row="7" column="3"> <spacer name="verticalSpacer_4"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="0" column="1"> <spacer name="verticalSpacer_5"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="2" column="3"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="3" column="1"> <widget class="QLabel" name="label"> <property name="enabled"> <bool>true</bool> </property> <property name="text"> <string>频道号:</string> </property> </widget> </item> <item row="4" column="1"> <widget class="QLabel" name="label_2"> <property name="text"> <string>用户名:</string> </property> </widget> </item> <item row="4" column="2"> <widget class="QLineEdit" name="le_UserName"> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item row="4" column="3"> <spacer name="horizontalSpacer_7"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>130</width> <height>20</height> </size> </property> </spacer> </item> <item row="3" column="2"> <widget class="QLineEdit" name="le_ChannelId"> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item row="4" column="0"> <spacer name="horizontalSpacer_6"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>82</width> <height>20</height> </size> </property> </spacer> </item> <item row="5" column="3"> <spacer name="verticalSpacer_3"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> <item row="6" column="0" colspan="4"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btn_Login"> <property name="minimumSize"> <size> <width>0</width> <height>40</height> </size> </property> <property name="text"> <string>创建/加入房间</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>198</width> <height>31</height> </size> </property> </spacer> </item> </layout> </item> <item row="1" column="0" colspan="4"> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="lb_ico"> <property name="text"> <string/> </property> <property name="pixmap"> <pixmap resource="source.qrc">:/source/LOGO.png</pixmap> </property> <property name="scaledContents"> <bool>false</bool> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="8" column="0" colspan="4"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_3"> <property name="maximumSize"> <size> <width>60</width> <height>16777215</height> </size> </property> <property name="text"> <string>版本号:</string> </property> </widget> </item> <item> <widget class="QLabel" name="lb_version"> <property name="text"> <string/> </property> </widget> </item> <item> <widget class="QPushButton" name="btn_Config"> <property name="maximumSize"> <size> <width>80</width> <height>16777215</height> </size> </property> <property name="text"> <string>配置</string> </property> </widget> </item> </layout> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <resources> <include location="source.qrc"/> </resources> <connections/> </ui>